Catch – multi-paradigm automated test framework for C++

When unit testing in C++ I tend to use Google Test/Mock, it’s simple to use, multi-platform solution. In the last few days I have been having second thoughts about it due to a new framework called Catch. What is (the) Catch? “Catch” stand for C++ Automated Test Cases in Headers. It’s an open source project … Continue reading Catch – multi-paradigm automated test framework for C++